Get Custom Property Definition
Get the Custom Property Definition information stored inside the system.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Custom Properties are supported on the following entity types: taxonomy/domains
, taxonomy/subdomains
, taxonomy/skill_clusters
, taxonomy/skills
, employees
, organisational_units
, job_architecture/job_families
, job_architecture/jobs
, vacancies
, courses
, skill_clusters
, and companies
.
CustomPropertyDefinition property name.
Response
200
application/json
OK
Default structure for CustomPropertyDefinition.
The name of the Custom Property. Can not contain __
.
Required string length:
1 - 100
Expected type of the Custom Property.
Available options:
text
, number
, boolean
, list[text]
, datetime
Was this page helpful?